←Select platform

Log(DicomDataSet,string,object[]) Method

Summary

Logs the specified message to a text file and saves the dataset.

Syntax

C#
VB
C++
protected virtual void Log( 
   DicomDataSet ds, 
   string format, 
   object[] args 
) 
  
Protected Overloads Sub Log( _ 
   ByVal ds As Leadtools.Dicom.DicomDataSet, _ 
   ByVal format As String, _ 
   ByVal ParamArray args() As Object _ 
)  
protected: 
void Log(  
   Leadtools.Dicom.DicomDataSet^ ds, 
   String^ format, 
   ... array<Object^>^ args 
)  

Parameters

ds
The ds.

format
The format.

args
The args.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly